Carbon


ThemeTabTitleDrawWithContextProcPtr

Header: Appearance.h Carbon status: Under Evaluation

typedef void(* ThemeTabTitleDrawWithContextProcPtr) (
    const Rect *bounds, 
    ThemeTabStyle style, 
    ThemeTabDirection direction, 
    SInt16 depth, 
    Boolean isColorDev, 
    UInt32 userData, 
    void *context
);

You would declare your function like this if you were to name it MyThemeTabTitleDrawWithContextCallback:

void MyThemeTabTitleDrawWithContextCallback (
    const Rect *bounds, 
    ThemeTabStyle style, 
    ThemeTabDirection direction, 
    SInt16 depth, 
    Boolean isColorDev, 
    UInt32 userData, 
    void *context
);
bounds
style
direction
depth
isColorDev
userData
context

AVAILABILITY

Under evaluation for Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)